home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
nameless.swf
/
scripts
/
DefineSprite_1599
/
frame_9
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
200 b
|
10 lines
if(_root.cm.hitTest(this.hit))
{
if(_root.cm.ducking == false && _root.cm.invis <= 0)
{
this._parent.hitSound.start();
_root.cm.hit = true;
_root.health -= 10;
}
}